home *** CD-ROM | disk | FTP | other *** search
- EncryptKey = {
- ACTIONS = {
- sendUnencrypt:;
- acceptKey:;
- };
- OUTLETS = {
- username;
- encryptPanel;
- keyList;
- sendEncryptedButton;
- };
- SUPERCLASS = Panel;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- DecryptKey = {
- ACTIONS = {
- acceptKey:;
- };
- OUTLETS = {
- decryptPanel;
- key;
- };
- SUPERCLASS = Panel;
- };
-